home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Music Organizer Deluxe 1.9 / _SETUP.1 / Deluxe.exe / 0 / RCDATA / TGRAPHICDLG / TGRAPHICDLG.txt
Text File  |  2002-05-01  |  2KB  |  118 lines

  1. object GraphicDlg: TGraphicDlg
  2.   Left = 199
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'Convert Graphic Fields'
  6.   ClientHeight = 241
  7.   ClientWidth = 378
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 111
  21.     Height = 13
  22.     Caption = 'External Graphic Fields:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 152
  26.     Top = 8
  27.     Width = 108
  28.     Height = 13
  29.     Caption = 'Internal Graphic Fields:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 16
  33.     Top = 128
  34.     Width = 257
  35.     Height = 30
  36.     AutoSize = False
  37.     Caption = 
  38.       'First, select one External and one Internal Graphic Field. Then,' +
  39.       ' click on one of the following two buttons:'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clRed
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object ListBox1: TListBox
  49.     Left = 16
  50.     Top = 24
  51.     Width = 121
  52.     Height = 97
  53.     ItemHeight = 13
  54.     TabOrder = 0
  55.   end
  56.   object ListBox2: TListBox
  57.     Left = 152
  58.     Top = 24
  59.     Width = 121
  60.     Height = 97
  61.     ItemHeight = 13
  62.     TabOrder = 1
  63.   end
  64.   object BitBtn1: TBitBtn
  65.     Left = 296
  66.     Top = 8
  67.     Width = 75
  68.     Height = 25
  69.     TabOrder = 2
  70.     Kind = bkClose
  71.   end
  72.   object BitBtn2: TBitBtn
  73.     Left = 296
  74.     Top = 40
  75.     Width = 75
  76.     Height = 25
  77.     TabOrder = 3
  78.     OnClick = BitBtn2Click
  79.     Kind = bkHelp
  80.   end
  81.   object Button1: TButton
  82.     Left = 16
  83.     Top = 160
  84.     Width = 265
  85.     Height = 25
  86.     Caption = '=> Convert External Field To Internal'
  87.     TabOrder = 4
  88.     OnClick = Button1Click
  89.   end
  90.   object Button2: TButton
  91.     Left = 16
  92.     Top = 192
  93.     Width = 265
  94.     Height = 25
  95.     Caption = '<= Convert Internal Field To External'
  96.     TabOrder = 5
  97.     OnClick = Button2Click
  98.   end
  99.   object Img1: TDbMultiImgControl
  100.     Left = 296
  101.     Top = 160
  102.     Width = 49
  103.     Height = 57
  104.     Hint = 'Graphical Field - Right Click to display Popup Menu'
  105.     TabOrder = 6
  106.     Visible = False
  107.     SpeedBarHeight = 24
  108.   end
  109.   object StatusBar1: TStatusBar
  110.     Left = 0
  111.     Top = 222
  112.     Width = 378
  113.     Height = 19
  114.     Panels = <>
  115.     SimplePanel = True
  116.   end
  117. end
  118.